github.com/refraction-networking/utls.cipherSuite.aead (field)
10 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L147: aead func(key, fixedNonce []byte) aead
handshake_client.go#L888: clientCipher = hs.suite.aead(clientKey, clientIV)
handshake_client.go#L889: serverCipher = hs.suite.aead(serverKey, serverIV)
handshake_server.go#L795: if hs.suite.aead == nil {
handshake_server.go#L801: clientCipher = hs.suite.aead(clientKey, clientIV)
handshake_server.go#L802: serverCipher = hs.suite.aead(serverKey, serverIV)
u_conn.go#L784: clientCipher = cs.aead(clientKey, clientIV)
u_conn.go#L785: serverCipher = cs.aead(serverKey, serverIV)
u_public.go#L526: aead: cs.Aead,
u_public.go#L544: Aead: cs.aead,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |